home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000146_icon-group-sender _Thu Jun 24 17:11:15 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  940b

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id RAA07451
  4.     for icon-group-addresses; Thu, 24 Jun 1999 17:10:04 -0700 (MST)
  5. Message-Id: <199906250010.RAA07451@baskerville.CS.Arizona.EDU>
  6. From: Art Eschenlauer <art.eschenlauer@sufsys.com>
  7. To: icon-group@optima.CS.Arizona.EDU
  8. Subject: Using Icon to execute SQL queries?
  9. Date: Thu, 24 Jun 1999 16:48:28 -0500
  10. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  11. Status: RO
  12.  
  13. Has anyone had experience using Icon to execute SQL queries?
  14.  
  15. I am imaging an external C function that would be invoked
  16.    sql(query)
  17. where query would be a string with the SQL query.
  18.  
  19. I would imagine that it would produce a list of N lists 
  20. each of which has M members, where N would be the 
  21. number of rows selected and M would be the number 
  22. of columns specified in the SQL query.
  23.  
  24. Has anyone out there tried something like this?
  25.